@charset "UTF-8";
body, h1, h2, h3, h4, h5, h6, p, form{margin:0;}
ol,ul{margin:0; padding:0;}
body{
    font-family: "Microsoft YaHei","Open Sans","微软雅黑", Arial, "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;font-size: 14px;color: #333;
    min-width: 1320px;
}
ul{margin:0; padding:0;}
ul li{list-style: none; }
a{text-decoration: none; color: #303030;-webkit-transition: all 0.2s ease;
    -moz-transition:  all 0.2s ease;
    transition:  all 0.2s ease;}
a:hover{color: #dfa15e;}
*{box-sizing: border-box;}
.clearfix:before,.clearfix:after{
    content:"";
    display:table;
}
.clearfix:after{clear: both;}

.fl{
    float: left;}
.fr{
    float: right;}
.t-c{
    text-align: center;
}
.i-b{
    display: inline-block;
}
.img-auto{
    display: block;
    width: 100%;
    height: 280px;
}
.img-res{
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.container{
    width: 1320px;margin-left: auto;margin-right: auto;
    position: relative;
}
.container-full{
    width: 100%;
}
::-webkit-scrollbar              {/* 1 */width:9px; background-color:#333;}
::-webkit-scrollbar-button       {/* 2 */}
::-webkit-scrollbar-track        {/* 3 */}
::-webkit-scrollbar-track-piece  {/* 4 */}
::-webkit-scrollbar-thumb        {/* 5 */border:solid 2px #333; width:5px;  border-radius:4px; background-color:#fff;}
::-webkit-scrollbar-corner       {/* 6 */background-color:#333;}
::-webkit-resizer                {/* 7 */}
::-webkit-scrollbar:horizontal   {height:9px;}
.mt20{
    margin-top: 0.2rem;
}
.h-top{
    width: 100%;
    height: 38px;
    background: #717171;
    color: #fff;
    line-height: 38px;
}
.h-top span{
    float: left;

}
.phone{
    float: right;
    font-size: 12px;
}
.phone img{
    float: left;
    margin-top: 5px;
    margin-right: 7px;
}
.m-nav-bg{
    width: 100%;
    height: 100px;
    background: #262626;
}

.swiper-pagination-bullet{
    width: 60px;
    height: 4px;
    background: #fff;
    border-radius: 0;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    width: 100px;
    background: #dfa15e;
}
.logo{
    width: 210px;
    height: 124px;
    position: absolute;
    left: 0;
    top: -27px;
    z-index: 1000;
}
.m-nav{
    float: right;
}
.m-nav li{
    float: left;
    margin-left: 50px;
    font-size: 16px;
    line-height: 100px;
}
.m-nav li a{
    color: #dedede;
}
.m-nav li.on a{
    color: #dfa15e;
    font-weight: bold;
}
.bold{
    font-weight: bold;
}
.m-nav li:hover a{
    color: #dfa15e;
}
.part1{
    margin-top: 60px;
    padding-bottom: 70px;
}
.part1-bg{
    width: 1265px;
    height: 465px;
    background: #333333;
    position: relative;
    margin-left: 55px;
    border-bottom: 65px solid #e1e1e1;
}
.y-box{
    position: absolute;
    width: 480px;
    height: 465px;
    background: rgba(223,161,94,0.8);
    left: -55px;
    padding: 50px 50px 0 80px;
    color: #fff;
}
.tit1{
    font-weight: bold;
    font-size: 40px;
    color: #fff;
}
.tit1 span{
    opacity: 0.15;
    line-height: 38px;
    display: inline-block;
}
.tit1 p{
    margin-top: -30px;
}
.tit2{
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    margin-top: 60px;
}
.tit2 span{
    opacity: 0.15;
    line-height: 38px;
    display: inline-block;
}
.tit2 p{
    margin-top: -30px;
}

.intro{
    margin-top: 20px;
    font-size: 18px;
    line-height: 40px;
    position: relative;
}
.intro a{
    position: absolute;
    right: 0;
    color: #fff;
    bottom: -60px;
}
.intro a:hover{
    text-decoration: underline;
}
@keyframes dashed {
    to {background-position: 100% }
}
.cost-box{
    float: right;
    width: 725px;
    height: 320px;
    margin-right: 63px;
    margin-top: 33px;
    background: #333333;
    border: 1px solid transparent;
    background: linear-gradient(#333,#333) padding-box,repeating-linear-gradient(-45deg,#333 0,#333 25%,#838383 0,#838383 50%) 0 / 0.6em 0.6em;
    animation: dashed 12s linear infinite;
    padding-left: 40px;
}
.cost-box table{
    font-size: 18px;

}
.cost-box table th{
    color: #dfa15e;
    text-align: left;
    font-weight: normal;
    height: 50px;
}
.cost-box table td{
    color: #fff;
    width: 150px;
    height: 36px;
}
.cost-box table tr td:first-child{
    width: 220px;
}
.part2{
    margin-top: 68px;
}
.kc-wrap{
    width: 440px;
    height: 520px;
    float: left;

}
.kc-img{
    display: block;
    width: 440px;
    height: 400px;
    overflow: hidden;
}
.kc-img img{
    -webkit-transition: all 0.5s ease;  -moz-transition:  all 0.5s ease;  transition:  all 0.5s ease;
}
.kc-img:hover img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.kc-info{
    width: 100%;
    height: 120px;
    background: #393533;
    position: relative;
    padding: 10px 170px 0 10px;
}
.kc-name{
    width: 140px;
    height: 140px;
    position: absolute;
    right: 20px;
    bottom: 0;
    background: #717171;
    color: #fff;
    line-height: 140px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
}
.kc-info span{
    font-size: 16px;
    color: #dfa15e;
}
.kc-info p{
    color: #fff;
    line-height: 24px;
    margin-top: 5px;
    letter-spacing: 1px;

}
.kc-c{
    background: #dfa15e;
    color: #fff;
    padding: 55px;
}
.part3{
    width: 100%;
    height: 500px;
    background: url("../images/news-bg.jpg") no-repeat center;
    background-size: cover;
    margin-top: 60px;
    overflow: hidden;
}
.news-top{
    margin-top: 55px;
}
.news-top .tit1{
    float: left;

}
.news-top a{
    float: right;
    color: #fff;
    font-size: 18px;
    margin-top: 30px;
}
.news-top a:hover{
    text-decoration: underline;
}
.news-type{
    background: #dfa15e;
    color: #fff;
    text-align: center;
    padding: 3px 10px 6px;
    display: inline-block;
    font-size: 22px;
}
.news-list{
    margin-top: 20px;
}
.news-list li{
    color: #fff;
    line-height: 28px;
}
.news-list li a{
    float: left;
    color: #fff;
}
.news-list li:hover{
    color: #dfa15e;
}
.news-list li:hover a{
    color: #dfa15e;
}
.news-list li span{
    float: right;
    -webkit-transition: all 0.2s ease;-moz-transition:  all 0.2s ease;transition:  all 0.2s ease;
}
.news-wrap{
    margin-top: 28px;
    width: 490px;
}
.part4{
    margin-top: 58px;
    padding-bottom: 60px;
}
.news-cont{
    background: url("../images/news-border.png") no-repeat center 105px;
    padding: 0 45px 50px;
}
.hj-tit{
    width: 360px;
    height: 380px;
    background: #dfa15e;
    padding: 55px 0 0 30px;
}
.hj-tit a{
    margin-right: 40px;
    bottom: -150px;
}
.hj-bottom{
    background: #dfa15e;
    width: 100%;
    height: 380px;
    padding-left: 220px;
}
.hj-s-img {
    width: 550px;
    height: 380px;
    overflow: hidden;
}
.part5{
    width: 100%;
    height: 680px;
    background: url("../images/team-bg.jpg") no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.team-slide{
    position: relative;
    padding: 0 80px;
}
.team-slide .hd span{
    display: block;
    width: 80px;
    height: 90px;
    opacity: 0.5;
    cursor: pointer;
    position: absolute;
    -webkit-transition: all 0.2s ease;-moz-transition:  all 0.2s ease;transition:  all 0.2s ease;
    top: 50%;
}
.team-slide .hd .prev{background: #dfa15e url("../images/arr-l.png") no-repeat center;left: 0;}
.team-slide .hd .next{background: #dfa15e url("../images/arr-r.png") no-repeat center;right: 0;}
.team-slide .hd span:hover{
    opacity: 0.9;
}
.team-list{

}
.team-list li{
    width: 520px;
    height: 160px;
    color: #fff;
    float: left;
    margin: 55px 30px 0;
}
.team-list li a{
    display: block;
    width: 160px;
    height: 160px;
    overflow: hidden;
    float: left;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease;-moz-transition:  all 0.4s ease;transition:  all 0.4s ease;
}
.team-list li a:hover{
    transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
    -o-transform:rotate(360deg);
}
.team-r{
    float: left;
    margin-left: 20px;
    width: 340px;
    padding-top: 15px;
}
.team-r span{
    font-size: 22px;
    font-weight: bold;
}
.team-r .team-intro{
    line-height: 24px;
    margin-top: 12px;

}
.works-slide{
    width: 1120px;
    padding: 30px 10px;
    background: #d1d1d1;
    margin: 30px auto 0;
    position: relative;
}

.works-slide .hd span{
    display: block;
    width: 80px;
    height: 90px;
    opacity: 0.5;
    cursor: pointer;
    position: absolute;
    -webkit-transition: all 0.2s ease;-moz-transition:  all 0.2s ease;transition:  all 0.2s ease;
    top: 106px;
}
.works-slide .hd .prev{background: #dfa15e url("../images/arr-l.png") no-repeat center;left: -100px;}
.works-slide .hd .next{background: #dfa15e url("../images/arr-r.png") no-repeat center;right: -100px;}
.works-slide .hd span:hover{
    opacity: 0.9;
}

.works-slide .bd ul li{
    float: left;
    width: 210px;
    height: 226px;
    margin: 0 5px;
    -webkit-transition: all 0.2s ease;-moz-transition:  all 0.2s ease;transition:  all 0.2s ease;
}
.works-slide .bd ul li:hover{
   box-shadow: 1px 0 10px #666;
}
.part7{
    padding-bottom: 20px;
}
.cp-list{
    margin: 70px auto 0;
}
.cp-list li{
    width: 226px;
    height: 106px;
    border: 1px solid #e8e8e8;
    float: left;
    margin: 0 19px 40px;

}
.cp-list li img{
    display: block;
    width: 100%;
    height: 100%;
}
.part8{
    width: 100%;
    height: 650px;
    background: url("../images/form-bg.jpg") no-repeat center;
    background-size: cover;
    overflow: hidden;
}
.form-bb{
    margin-top: 70px;
    height: 510px;
    background: #fff url("../images/form-bb.png") no-repeat center;
    padding-top: 60px;
    padding-left: 77px;
}
.form-tit{
    font-size: 24px;
    color: #dfa15e;
    margin-bottom: 34px;
}
.f-row{
    margin-bottom: 23px;
}
.msg-form{
    width: 634px;
    float: left;
    font-size: 16px;
}
.s-box{
    width: 300px;
    height: 40px;
    background: #f9fbfa;
    border: 1px solid #c7c7c5;
    padding: 0 10px;
    outline: none;
}
.lv-msg{
    width: 100%;
    height: 120px;
    background: #f9fbfa;
    border: 1px solid #c7c7c5;
    padding: 10px;
    outline: none;
    resize: none;
}
.msg-bt{

}
.msg-bt span{
    color: #dfa15e;
    line-height: 40px;
}
.sub-btn{
    float: right;
    color: #dfa15e;
    border: 1px solid #dfa15e;
    width: 100px;
    height: 40px;
    background: transparent;
}

.contact-r{
    float: left;
    margin-left: 46px;
}
.cont-row{
    line-height: 24px;
    margin-bottom: 25px;
    font-size: 16px;
}
.cont-icon{
    width: 24px;
    height: 24px;
    border: 1px solid #dddddd;
    float: left;
    margin-right: 6px;
}
.qr-box{
    float: left;
    width: 92px;
    margin-right: 50px;
    text-align: center;
    font-size: 12px;
}
.footer{
    width: 100%;
    background: #262626;

}
.f-link{
    border-bottom: 1px solid #a5a5a5;
    padding: 20px 20px 15px;
    line-height: 24px;
    color: #c2c2c2;
}
.f-link ul{

}
.f-link ul li{
    float: left;
}
.f-link ul li a{
    color: #c2c2c2;
}
.cr{
    text-align: center;
    color: #b3b3b3;
    line-height: 24px;
    padding: 20px 0;
}
.cr a{
    color: #b3b3b3;
}
.crumbs{
    color: #666;
    padding-top: 10px;
    line-height: 26px;
}
.crumbs img{
    float: left;
    margin-right: 5px;
}
.crumbs a{
    color: #666;
}
.crumbs a:hover{
    text-decoration: underline;
}
.in-wrap{
    margin-top: 50px;
    margin-bottom: 50px;
}
.in-l{
    width: 270px;
    float: left;
}
.in-r{
    width: 1050px;
    float: left;
}
.in-l-box{
    background: #f1f1f1;
    width: 100%;
    margin-bottom: 26px;
    overflow: hidden;
}
.l-tit{
    background: #373737;
    text-align: center;
    line-height: 68px;
    height: 68px;
    color: #fff;
    font-size: 20px;
}
.pd-15{
    padding: 0 15px;
}
.in-l-list{
    margin-bottom: 28px;
    margin-top: 5px;
}
.in-l-list li{
    line-height: 52px;
    height: 53px;
    border-bottom: 1px dashed #cfcfcf;
    font-size: 16px;
    text-align: center;
}
.in-l-list li.on a{
    color: #dfa15e;
}
.in-l-list li:last-child{
    border-bottom: none;
}
.in-l-list2 li{
    text-align: center;

}
.in-l-list2 li a{
    text-align: center;

}
.hj3{
    padding-top: 20px;
    padding-bottom: 20px;
}
.t-phone{
    font-weight: bold;
    padding: 10px 0;
    border-bottom: 1px dashed #cfcfcf;
}
.t-phone span{
    font-size: 30px;
    color: #dfa15e;
}
.cont-way{
    color: #666;
    line-height: 32px;
    padding: 10px 0 20px;
}
.major-list{

}
.major-list li{
    float: left;
    width: 490px;
    height: 300px;
    margin-left: 35px;
    margin-bottom: 50px;
}
.major-img{
    width: 250px;
    height: auto;
    border: 5px solid #9a9a9a;
    display: block;
    float: left;

}
.major-name{
    font-size: 16px;
    font-weight: bold;
}
.major-r{
    float: left;
    width: 240px;
    padding-left: 25px;

}
.major-r p{
    line-height: 28px;
    margin-top: 20px;
    -webkit-transition: all 0.2s ease;-moz-transition:  all 0.2s ease;transition:  all 0.2s ease;
}
.major-list li:hover .major-img{
    border: 5px solid #dfa15e;
}
.major-list li:hover{
    color: #dfa15e;
}
.major-list li:hover a{
    color: #dfa15e;
}
.f-12{
    font-size: 12px;
}
.page{
    margin-top: 40px;
}
.page ul li{
    float: left;
    margin: 0 3px;
}
.page ul li a{
    padding: 4px 10px 4px;
    border: 1px solid #dcdcdc;
}
.page ul li span{
    padding: 4px 10px 4px;
    background: #dfa15e;
    border: 1px solid #dfa15e;
    color: #fff;
}
.d-wrap{
    padding-left: 30px;
    width: 100%;
}
.d-tit{
    height: 59px;
    border-bottom: 1px solid #e9e9e9;
    line-height: 58px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
.d-tag{
    text-align: center;
    color: #666;
}
.d-tag .f-12{
    margin: 25px 0;
}
.d-img{
    margin-top: 20px;
    margin-bottom: 20px;
}
.d-txt{
    text-indent: 2em;
    padding: 20px 110px;
    line-height: 24px;
    color: #666;
}
.flip{
    padding: 0 110px;
}
.flip a{
    display: block;
    margin: 10px 0 ;
    color: #666;
}
.flip a:hover{
    color: #dfa15e;
}
.flip2{
    padding: 0;
}
.flip2 a{
    display: block;
    margin: 10px 0 ;
    color: #666;
    font-size: 16px;
}
.flip2 a:hover{
    color: #dfa15e;
}

.map-wrap{
    width: 100%;
    height: 448px;
    border: 14px solid transparent;
    background: linear-gradient(white, white) padding-box,
    url('../images/map-bg.jpg') border-box  0 / cover;
}
.in-cont{
    margin-top: 60px;
}
.in-cont .form-tit{
    color: #333;
}
.in-cont .contact-r{
    float: right;
    background: url("../images/cont-border.png") no-repeat left top;
    padding-left: 160px;
}
.gzh{
    margin-left: 10px;
}
.pp-list{
    margin-left: 12px;

}
.pp-list li{
    float: left;
    width: 326px;
    margin-bottom: 1px;
    text-align: center;
    margin-left: 20px;
}
.pp-img{
    width: 100%;
    height: 300px;
    border: 5px solid #9a9a9a;
    -webkit-transition: all 0.2s ease;-moz-transition:  all 0.2s ease;transition:  all 0.2s ease;
}
.pp-list li span{
    line-height: 38px;
}
.pp-list li:hover .pp-img{
    border: 5px solid #dfa15e;
}
.detail-txt{
    margin-top: 35px;
    padding: 15px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    line-height: 28px;
    color: #666;
}
.detail-txt img{
 max-width:100%
}
.news-list2{
    margin-left: 25px;
}
.news-list2 li{
    width: 1025px;
    height: 165px;
    background: #f1f1f1;
    padding: 20px 25px 0;
    margin-bottom: 22px;
}
.news-l{
    width: 790px;
    float: left;
}
.news-l a{
    font-size: 18px;
    letter-spacing: 2px;
}
.news-date{
    color: #999;
    margin: 18px 0;
}
.news-intro{
    color: #666;
    line-height: 24px;
    -webkit-transition: all 0.2s ease;-moz-transition:  all 0.2s ease;transition:  all 0.2s ease;
}
.news-more{
    display: block;
    width: 98px;
    height: 34px;
    border: 1px solid #333333;
    text-align: center;
    line-height: 32px;
    float: right;
    margin-top: 46px;
    -webkit-transition: all 0.2s ease;-moz-transition:  all 0.2s ease;transition:  all 0.2s ease;
}
.news-list2 li:hover p{
    color: #dfa15e;
}
.news-list2 li:hover a{
    color: #dfa15e;
}
.news-list2 li:hover .news-more{
    background: #dfa15e;
    color: #fff;
    border: 1px solid #dfa15e;
}
.works-list{

}

.works-list{
    margin-left: 18px;

}
.works-list li{
    float: left;
    width: 250px;
    margin-bottom: 1px;
    text-align: center;
    margin-left: 8px;
}
.works-img{
    width: 100%;
    height: 300px;
    border: 5px solid #9a9a9a;
    -webkit-transition: all 0.2s ease;-moz-transition:  all 0.2s ease;transition:  all 0.2s ease;
}
.works-list li span{
    line-height: 38px;
}
.works-list li:hover .pp-img{
    border: 5px solid #dfa15e;
}
.zxzx{
    display: block;
    position: fixed;
    left: 0;
    top: 45%;
    z-index: 1000;
}